My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: Script1.0, please help refine this Search function to just the record I'm on and not all records.
Hello @Dext3r, I'm assuming that this error is because the search is trying to get the internal ID but is being fed the tranid instead. Can you include the column for the transaction in your sea…1 -
Re: ODBC SQL limit offset results
Hello @Bart Jonk, As of now, OFFSET and LIMIT are still not supported but a suggested workaround aside from using TOP would be to use something like: SELECT * FROM TRANSACTIONS WHERE RowNum >= 1 A…2 -
Re: Invoice transaction line items not updating aftersubmit
Hello @JPrice, It is expected. The N/ui/message module only works for client scripts. You can bypass this with a similar approach as the sample code in SuiteAnswers: Pass URL from a User Event Script…1 -
Re: Invoice transaction line items not updating aftersubmit
Hi @JPrice, If feasible, you can place your code under beforeSubmit instead of the afterSubmit to avoid such conflicts in the code. You can utilize the N/ui/message module but this only works on clie…1 -
Re: How to automatically update pricing of related items?
Hi @Ramkumar Natchimuthu, Upon checking, the Related Items sublist is currently not exposed for scripting and therefore it is not possible to use scripts to automate the price updates. This is filed …1
